| Package | Description |
|---|---|
| com.atid.lib.module.rfid.uhf | |
| com.atid.lib.module.rfid.uhf.atm | |
| com.atid.lib.types |
| Modifier and Type | Method and Description |
|---|---|
ModuleRfidUhfType |
ATRfidUhf.getType()
Returns the RFID UHF module type of the connected Device.
|
| Constructor and Description |
|---|
ATRfidUhfATM(ModuleRfidUhfType type,
com.atid.lib.device.IReader reader)
Create an instance of the ATRfidUhfATM class.
|
| Modifier and Type | Method and Description |
|---|---|
static ModuleRfidUhfType |
ModuleRfidUhfType.valueOf(int code) |
static ModuleRfidUhfType |
ModuleRfidUhfType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModuleRfidUhfType[] |
ModuleRfidUhfType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|